FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/task-ext-PatientNeedsToBeSeen

Packageca.on.oh.erec
Resource TypeStructureDefinition
Idtask-ext-PatientNeedsToBeSeen
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-patient-needs-to-be-seen-EXT
URLhttp://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-patient-needs-to-be-seen-EXT
Version0.11.0
Statusdraft
NamePatientNeedsToBeSeen
TitlePatientNeedsToBeSeen
Realmca
Authoritynational
DescriptionFollowing a consult, this extension is used to identify if a patient needs to be seen in person.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
CA-eReC-TaskTask

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "task-ext-PatientNeedsToBeSeen",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-patient-needs-to-be-seen-EXT",
  "version": "0.11.0",
  "name": "PatientNeedsToBeSeen",
  "title": "PatientNeedsToBeSeen",
  "status": "draft",
  "description": "Following a consult, this extension is used to identify if a patient needs to be seen in person.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Task"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "Following a consult, used to communicate if a patient needs to be seen in person.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-patient-needs-to-be-seen-EXT"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}